You are here: Vocalocity Voice Browser: VoiceXML Implementation Reference > Standard Types and Defaults > Audio and Initial Page Fetching
Audio and Initial Page Fetching
The default system audio is configured in the vocalos-node.xml file and can be configured by changing this file. You do not have to restart the VocalOS server after changing a property.
Search for:
<node name="vxml"> <map> <entry key="initialFetchTimeout" value="60s"/>
|
You can configure the following entries.
Entry |
Default |
Description |
---|---|---|
error.default.audio.url |
file://${jboss.server.data.dir}/ error.ulaw |
The error audio prompt to play if not provided by the application |
help.default.audio.url |
file://${jboss.server.data.dir}/ help.ulaw |
The help audio prompt to play if not provided by the application |
initialFetchTimeout |
60s |
The timeout for fetching the initial page |
initialMaxAge |
0s |
The maxage setting for the initial page |
initialMaxStale |
0s |
The maxstale setting for the initial page |
maxspeechtimeout.default.audio.url |
file://${jboss.server.data.dir}/ maxspeechtimeout.ulaw |
The maxspeech audio prompt to play if not provided by the application |
nomatch.default.audio.url |
file://${jboss.server.data.dir} /nomatch.ulaw |
The nomatch audio prompt to play if not provided by the application |